home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 2000 January
/
Macworld (2000-01).dmg
/
Shareware World
/
Icon Utilities
/
IconMacher 1.5.4
/
User Contributions
/
Laine Lee
/
disk image script
Wrap
Text File
|
1999-10-23
|
1KB
|
29 lines
Script for IconMacher to use on read-write disk image
Date: Fri, 3 Sep 1999
From: Laine Lee <LLee@utsa.edu>
Here's a change that I made to the icon arranging script that allows it to
arrange the icon output of IconMacher on a read-write Disk Copy disk image.
The image can then be converted to read-only compressed or self-mounting to
preserve the icon placement.
This is the beginning of a script that works for an image of a folder called
"myicons" containing the icon output of IconMacher. The name of the image is
"myicons.img" and it was created as read-write. The image must be mounted
before running the script. No other part of the script was changed.
property myPath : "myicons:"
tell application "Finder"
open container window of folder myPath
activate
set i to 32 --incrementer
set s to 10 --left edge of first icon
set t to 30 --top edge of first icon
set zoomed of container window of folder myPath to true
select disk myPath
open selection
end tell